Truncation
- HTML/CSS:Dev Ready
- Layout:Desktop Only
You are currently viewing a sandbox preview version of Spring ’19 | Go back to Winter ’19
When applying truncation, place the full text in a title attribute so that it’s accessible on hover. Note: There is an iOS bug that is triggered when you add a component from Visualforce into S1 using an iFrame. The truncated element does not recognize its width.
Truncation: Single Line
Preview
About Truncation
If problems occur when using truncation with elements that use flexbox, you might need to add the .slds-has-flexi-truncate
class on the flexbox child node ( .slds-col
or .slds-col_padded
elements) that contains the truncated text.
Overview of CSS Classes
- Selector
- The CSS class being referred to.
- Summary
- A description of what the class does.
- Support
- Whether the class name is dev-ready (meaning it's fully vetted and tested and safe to use) or prototype (which means it's not fully vetted yet).
- Restrict
- The selector that the class name is allowed to be used on.
- Variant
- The base level pattern for a component. A variant can be extended to create another variant of that component, for example, a stateful button is a derivative of the base button.
- Modifier
- A single class that can be added to an HTML element of a component to modify its output. Typically these will be colors, sizing and positioning.
Selector | .slds-has-flexi-truncate |
---|---|
Summary | Needed when truncation is nested in a flexible container in a grid |
Restrict | * |
Modifier | True |
Selector | .slds-truncate_container_25 |
---|---|
Summary | Truncates text at 25% of its parent container |
Restrict | * |
Modifier | True |
Selector | .slds-truncate_container_50 |
---|---|
Summary | Truncates text at 50% of its parent container |
Restrict | * |
Modifier | True |
Selector | .slds-truncate_container_75 |
---|---|
Summary | Truncates text at 75% of its parent container |
Restrict | * |
Modifier | True |
Selector | .slds-truncate_container_33 |
---|---|
Summary | Truncates text at 33% of its parent container |
Restrict | * |
Modifier | True |
Selector | .slds-truncate_container_66 |
---|---|
Summary | Truncates text at 66% of its parent container |
Restrict | * |
Modifier | True |